home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / qm_131.zip / QM.CFG < prev    next >
Text File  |  1993-06-14  |  17KB  |  576 lines

  1. %
  2. %                        QM Configuration File
  3. %
  4. %                            Version 1.30
  5. %
  6. %          Copyright 1993 by George Peace.  All Rights Reserved.
  7. %
  8. %                            January, 1993
  9. %
  10. % *--------------------------------------------------------------------------*
  11. % *                    GENERAL CONFIGURATION INFORMATION                     *
  12. % *--------------------------------------------------------------------------*
  13. %
  14. % *-----------------------------------------*
  15. % * Your default zone number.               *
  16. % *-----------------------------------------*
  17. %
  18.   Primary_Zone 1
  19. %
  20. %
  21. % *-----------------------------------------*
  22. % * Your primary net/node number.           *
  23. % * Your BOSS will assign this to you, if   *
  24. % * you are operating a point system        *
  25. % *-----------------------------------------*
  26. %
  27.   Address 270/101
  28. %
  29. %
  30. % *-----------------------------------------*
  31. % * Additional aka net/node numbers.        * Limit: 19
  32. % *-----------------------------------------*
  33. %
  34. % Aka 1/0
  35. %
  36. %
  37. % *-----------------------------------------*
  38. % * To check zones on all inbound mail.     *
  39. % *-----------------------------------------*
  40. %
  41. % Check_Zones
  42. %
  43. %
  44. % *-----------------------------------------*
  45. % * Match aka to destination packet zone.   *
  46. % *-----------------------------------------*
  47. %
  48. % Normalize_Zone
  49. %
  50. %
  51. % *-----------------------------------------*
  52. % * The path to your Net mail directory     *
  53. % *-----------------------------------------*
  54. %
  55. % Syntax:  NetMail [NoScan]   <directory>
  56. %
  57. %
  58. % Example:
  59. %
  60. %    NetMail NoScan C:\Net\Mail
  61. %
  62. %
  63.   NetMail V:\NetMail
  64. %
  65. %
  66. % *-----------------------------------------*
  67. % * The path to your Net file directory     * Limit: 10
  68. % *-----------------------------------------*
  69. %
  70. % Syntax:  NetFile [NoToss] <directory>
  71. %          NetFile [NoPkt] <directory>
  72. %          NetFile [NoArcmail] <directory>
  73. %
  74. %
  75. % Example:
  76. %
  77. %    NetFile NoToss C:\Net\File
  78. %
  79. %
  80.   NetFile O:\Files
  81. %
  82. %
  83. % *-----------------------------------------*
  84. % * Outbound directory paths.               * Limit: 10
  85. % *-----------------------------------------*
  86. %
  87. % The 'Nodes' field is optional.  QM will default to the LAST directory
  88. % listed when packing outbound mail.  It's important to remember these
  89. % outbound areas are intended for multi-line systems.  If you don't
  90. % have a multi-line system, only use 1 entry and don't specify anything
  91. % in the 'Nodes' field.
  92. %
  93. % Remember too, The primary directory is just that, QM will look for the
  94. % cooresponding zone directories off that primary directory FOR EACH ENTRY.
  95. %
  96. % IMPORTANT:  DO NOT USE A DIRECTORY NAME THAT CONTAINS AN
  97. %             EXTENTION, I.E. 'C:\OUTBOUND.002' !!
  98. %
  99. %
  100. %           Primary             Primary
  101. %           Directory:           Zone:   Nodes: (Optional)
  102. % --------  ------------------  -------  ------------------------------
  103.   Outbound  O:\Outbound            1
  104. %
  105. %
  106. % *-----------------------------------------*
  107. % * The status log file name.               *
  108. % *-----------------------------------------*
  109. %
  110.   Status_Log Qm.Log
  111. %
  112. %
  113. % *-----------------------------------------*
  114. % * Your name.                              *
  115. % *-----------------------------------------*
  116. %
  117.   Sysop George Peace
  118. %
  119. %
  120. % *-----------------------------------------*
  121. % * Enable memory swapping to ems/xms/disk  *
  122. % *-----------------------------------------*
  123. %
  124. % Swap
  125. %
  126. %
  127. % *--------------------------------------------------------------------------*
  128. % *                           POINT OPERATION                                *
  129. % *--------------------------------------------------------------------------*
  130. %
  131. % *-----------------------------------------*
  132. % * If you're a point:                      *
  133. % *-----------------------------------------*
  134. %
  135. % Boss_Node 1:106/111
  136. %
  137. %
  138. % *-----------------------------------------*
  139. % * If you're a boss:                       *
  140. % *-----------------------------------------*
  141. %
  142. % Point_Network 30500
  143. %
  144. %
  145. %
  146. % *--------------------------------------------------------------------------*
  147. % *                            ECHOMAIL TOSSER                               *
  148. % *--------------------------------------------------------------------------*
  149. %
  150. % *-----------------------------------------*
  151. % * Enable the 'secure' environment.        *
  152. % *-----------------------------------------*
  153. %
  154. % Secure
  155. %
  156. %
  157. % *-----------------------------------------*
  158. % * Where to put Unsecure messages.         *
  159. % *-----------------------------------------*
  160. %
  161.   Bad_Msgs V:\Bad_Msgs
  162. %
  163. %
  164. % *-----------------------------------------*
  165. % * To save dupes instead of killing.       *
  166. % *-----------------------------------------*
  167. %
  168. % Save_dupes C:\Dupes
  169. %
  170. %
  171. % *-----------------------------------------*
  172. % * Maximum dupes remembered.               *
  173. % *-----------------------------------------*
  174. %
  175.   Dupes 2000
  176. %
  177. %
  178. % *-----------------------------------------*
  179. % * The duplicate database file name.       *
  180. % *-----------------------------------------*
  181. %
  182. % Dupe_History_File Qmdupes.Dat
  183. %
  184. %
  185. % *-----------------------------------------*
  186. % * Kill dupes in netmail and Bad_Msgs dir. *
  187. % *-----------------------------------------*
  188. %
  189.   No_Net_Dupes
  190. %
  191. %
  192. % *-----------------------------------------*
  193. % * Check for circular echomail paths.      *
  194. % * Uncomment to turn on CPD. The filename  *
  195. % * is optional to write CPD data to a file.*
  196. % *-----------------------------------------*
  197. %
  198. % CPD Cpd.Log
  199. %
  200. %
  201. % *-----------------------------------------*
  202. % * Uncomment to log all path data to a     *
  203. % * file. An optional numeric parameter     *
  204. % * limits logging to paths with at least   *
  205. % * that number of addresses.               *
  206. % *-----------------------------------------*
  207. %
  208. % Log_Paths Path.Log 10
  209. %
  210. %
  211. % *-----------------------------------------*
  212. % * Delete netmail msgs with no content.    *
  213. % *-----------------------------------------*
  214. %
  215.   No_Content
  216. %
  217. %
  218. % *-----------------------------------------*
  219. % * Never toss msgs from netmail.           *
  220. % *-----------------------------------------*
  221. %
  222. % No_Net_Toss
  223. %
  224. %
  225. % *-----------------------------------------*
  226. % * When to kill compressed mail.           * 
  227. % *-----------------------------------------*
  228. %
  229. % Kill_Compressed_Mail Before tossing pkts
  230.   Kill_Compressed_Mail After  tossing pkts
  231. %
  232. %
  233. % *-----------------------------------------*
  234. % * EchoToss log file name.                 *
  235. % *-----------------------------------------*
  236. %
  237. % Echo_Toss_Log  EchoToss.Log
  238. %
  239. %
  240. % *-----------------------------------------*
  241. % * Convert dates to Opus 1.x binary format *
  242. % *-----------------------------------------*
  243. %
  244.   Opus_Date
  245. %
  246. %
  247. % *-----------------------------------------*
  248. % * Strip the CRASH bit on all netmail.     *
  249. % *-----------------------------------------*
  250. %
  251. % Strip_Crash
  252. %
  253. %
  254. % *-----------------------------------------*
  255. % * Mark Aka netmail as SENT.               *
  256. % *-----------------------------------------*
  257. %
  258. % Net_Sent
  259. %
  260. %
  261. % *-----------------------------------------*
  262. % * Conference Merging (see docs)           *
  263. % *-----------------------------------------*
  264. %
  265. % Conference_Merge
  266. %
  267. %
  268. % *-----------------------------------------*
  269. % * Passworded bundles                      * Limit: 128
  270. % *-----------------------------------------*
  271. %
  272. % Note:  Only the first 6 characters are significant.  Passwords are NOT
  273. % case sensitive.
  274. %
  275. %            Net/Node    Password
  276. % --------   ---------   |------|
  277. % Password   1:151/100    1234567
  278. % Password   20/20        apple
  279. %
  280. %
  281. % *-----------------------------------------*
  282. % * Nodes allowed to route EchoMail through.* Limit: 64
  283. % *-----------------------------------------*
  284. %
  285. % RouteThru 1:396/1 147/100
  286. %
  287. %
  288. %
  289. % *--------------------------------------------------------------------------*
  290. % *                            ECHOMAIL SCANNER                              *
  291. % *--------------------------------------------------------------------------*
  292. %
  293. % *-----------------------------------------*
  294. % * Send private local echomail via netmail *
  295. % *-----------------------------------------*
  296. %
  297. % Netmail_Private_Echomail
  298. %
  299. %
  300. % *-----------------------------------------*
  301. % * Never forward private echomail          *
  302. % *-----------------------------------------*
  303. %
  304. % No_Private_EchoMail
  305. %
  306. %
  307. % *-----------------------------------------*
  308. % * Stop after '#' message have been sent   *
  309. % *-----------------------------------------*
  310. %
  311. % Max_Msgs 3000
  312. %
  313. %
  314. % *-----------------------------------------*
  315. % * Additional nodes to add to the seenby.  * Limit: 10
  316. % *-----------------------------------------*
  317. %
  318. % Add_To_Seen 270/102
  319. %
  320. %
  321. % *-----------------------------------------*
  322. % * Scan mail buffer size.                  *
  323. % *-----------------------------------------*
  324. %
  325. % BufferSize Large   (64k)
  326.   BufferSize Medium  (32k)
  327. %
  328. %
  329. % *-----------------------------------------*
  330. % * EchoMail Zonegates.                     * Limit: 64 w/16 nodes per gate.
  331. % *-----------------------------------------*
  332. %
  333. % Zonegate  1:999/999  2:222/222 43 43
  334. % Zonegate  1:888/888  3:22/3 44 2 3 4
  335. % Zonegate  1:1/1      1:1/2 3 4 5 6
  336. %
  337. %
  338. % *-----------------------------------------*
  339. % * Nodes that receive tiny seenby lines.   * Limit: 64 w/64 nodes per entry.
  340. % *-----------------------------------------*
  341. %
  342. % Tiny_Seenby  2/2 44
  343. %
  344. %
  345. % *-----------------------------------------*
  346. % * Add ctrl-A to outbound area/seen-by     *
  347. % *-----------------------------------------*
  348. %
  349. % Hide_Area
  350. % Hide_Seenby
  351. %
  352. %
  353. %
  354. % *--------------------------------------------------------------------------*
  355. % *                     MATRIX AND OUTBOUND MAIL PACKER                      *
  356. % *--------------------------------------------------------------------------*
  357. %
  358. % *-----------------------------------------*
  359. % * To save any forwarded netmail:          *
  360. % *-----------------------------------------*
  361. %
  362. % Save_Forwarded_Mail
  363. %
  364. %
  365. % *-----------------------------------------*
  366. % * To use "MO" instead of TU, WE, TH, etc. *
  367. % * UNCOMMENT this option if you send mail  *
  368. % * to an Opus 1.03b system that uses the   *
  369. % * built-in tosser in Opus                 *
  370. % *-----------------------------------------*
  371. %
  372. % Old_ArcMail_Ext
  373. %
  374. %
  375. % *-----------------------------------------*
  376. % * UNCOMMENT this option if you want to    *
  377. % * generate 36 unique extensions a day     *
  378. % * (A-Z and 0-9) instead of 0-9.           *
  379. % *-----------------------------------------*
  380. %
  381. % New_Archive_Ext
  382. %
  383. %
  384. % *-----------------------------------------*
  385. % * UNCOMMENT this option if you want QM to *
  386. % * start a new compressed mail bundle when *
  387. % * the current one exceeds this size.      *
  388. % *-----------------------------------------*
  389. %
  390. % Compressed_Mail_Max_Bytes 500000
  391. %
  392. %
  393. % *-----------------------------------------*
  394. % * The Packing/Routing configuation file.  *
  395. % *-----------------------------------------*
  396. %
  397.   Routing_Config_File  O:\QM_Route.Cfg
  398. %
  399. %
  400. %
  401. % *-----------------------------------------*
  402. % * To never forward messages.              *
  403. % *-----------------------------------------*
  404. %
  405. % Note: You may want to look at the 'Forward-To' and 'Forward-From' PACK
  406. % options before enabling this one.  They allow you to customize who you
  407. % forward mail to/from.
  408. %
  409. % No_Forward
  410. %
  411. %
  412. % *-----------------------------------------*
  413. % * To kill any forwarded files:            *
  414. % *-----------------------------------------*
  415. %
  416. % Kill_Forwarded_Files
  417. %
  418. %
  419. % *-----------------------------------------*
  420. % * When you're on vacation...              *
  421. % *-----------------------------------------*
  422. %
  423. %                 Days:  File containing message text:
  424. % --------------  -----  -----------------------------
  425. % Do_Not_Disturb    2    C:\Opus\GoAway.Txt
  426. %
  427. %
  428. % *--------------------------------------------------------------------------*
  429. % *               INBOUND AND OUTBOUND COMPRESSED MAIL SETUP                 * 
  430. % *--------------------------------------------------------------------------*
  431. %
  432. % *-----------------------------------------*
  433. % * Unpacking choices.                      * Limit: 10 each
  434. % *-----------------------------------------*
  435. %
  436. % Important:  If you're a novice user and not really sure what these
  437. % commands do then leave them alone.
  438. %
  439. % Be sure to specify a '%s' argument.  This tells QM where to insert the
  440. % archive name.  See the documentation if you need further help.
  441. %
  442. %
  443. %              Packing
  444. %              Method:  Command/Arguments:
  445. %  ----------  -------  ----------------------
  446.    ARC_Unpack    8      arce %s *.PKT /r
  447.    ARC_Unpack    9      pkxarc /r %s *.PKT
  448.    ARC_Unpack    9      pkxarc /r %s *.PKT
  449.    ARC_Unpack   10      pak e /wa %s *.PKT
  450.    ARC_Unpack   20      xarc /o %s
  451.  
  452.    ZOO_Unpack    0      zoo xO %s *.PKT
  453.  
  454.    ZIP_Unpack    0      pkunzip -o %s *.PKT
  455.  
  456.    LHARC_Unpack  0      lharc e /m %s *.PKT
  457.  
  458.    LHA_Unpack    0      lha e /m %s *.PKT
  459.  
  460.    ARJ_Unpack    0      arj e -y %s *.PKT
  461. %
  462. %
  463. % *-----------------------------------------*
  464. % * Packing choices.                        * Limit: 20
  465. % *-----------------------------------------*
  466. %
  467. % These entries MUST come before any 'Pack' commands!  Also, remember
  468. % that the FIRST entry will become the default packing method for ALL
  469. % nodes.
  470. %
  471. %         WARNING!!!!! IF YOU CHANGE THE PACKER FOR A
  472. %         GIVEN NODE, YOU MUST MANUALLY UNPACK AND
  473. %         REPACK ANY BUNDLES THAT ALREADY EXIST IN YOUR
  474. %         OUTBOUND AREA FOR THAT NODE.  FOR EXAMPLE, IF
  475. %         YOU HAVE A ZOO-CREATED BUNDLE AND SWITCH TO
  476. %         LHARC, THE FIRST ATTEMPT TO ADD MAIL TO THE
  477. %         ZOO BUNDLE WILL ABORT.
  478. %
  479. %
  480. %                Constant:       Command/Arguments:
  481. % ------------   --------------  ----------------------
  482.   Define_Packer  ARCA            arca
  483.   Define_Packer  PKARC           pkarc -oct a
  484.   Define_Packer  PAK_W/CRUSH     pak a /wa
  485.   Define_Packer  ARC7            arc7 amo
  486.   Define_Packer  ZOO             zoo -add
  487.   Define_Packer  ZIP             pkzip -a
  488.   Define_Packer  LHARC           lharc a /m
  489.   Define_Packer  LHA             lha a /m
  490.   Define_Packer  ARJ             arj a -y
  491. %
  492. %
  493. % *-----------------------------------------*
  494. % * Assigning outbound packers to nodes.    * Limit: 50 w/64 nodes per line.
  495. % *-----------------------------------------*
  496. %
  497. %       Constant:        Nodes:
  498. % ----  ---------------  -----------------------------------------
  499. % Pack  LHARC            265/7
  500. % Pack  PAK_W/CRUSH      1:151/100 1000 2 19/40
  501. % Pack  ZOO              106/386 889
  502. % Pack  ZIP              1:9999/10 11 12 13 14 15 16 17 19 20
  503. %
  504. %
  505. % *-----------------------------------------*
  506. % * Delete sent mail. Use ONLY with SEAdog  *
  507. % * and other message-attach style outbound *
  508. % * mailers to delete orphaned bundles.     *
  509. % * Opus/BT style outbounds WILL BE LOST.   *
  510. % *-----------------------------------------*
  511. %
  512. %%Clean_Outbound
  513. %
  514. %
  515. % *-----------------------------------------*
  516. % * Use extended flags (^ATFS) on messages. *
  517. % *-----------------------------------------*
  518. %
  519. % Use_Flags
  520. %
  521. %
  522. %
  523. % *--------------------------------------------------------------------------*
  524. % *                         PACKET FORWARDING                                *
  525. % *--------------------------------------------------------------------------*
  526. %
  527. %                           *** WARNING ***
  528. %
  529. % Please carefully read the documentation before implementing this option.
  530. % Be sure you fully understand where it comes in handy, and where it can
  531. % get messy.  Anyone that handles net-mail routing (such as a net host)
  532. % should =never= use this option.
  533. %
  534. % Valid verbs are:  CRASH, HOLD, DIRECT, NORMAL and NOSEND.
  535. %
  536. % Limit: 25 w/64 nodes per line.
  537. %
  538. %
  539. %              Verb:    Originations nodes:
  540. % -----------  -------  ------------------------------------------
  541. % Pkt_Forward  CRASH    106/111 112 113 19/40
  542. % Pkt_Forward  HOLD     1/2 1/3
  543. % Pkt_Forward  DIRECT   106/10 11
  544. %
  545. %
  546. %
  547. % *--------------------------------------------------------------------------*
  548. % *                              REMAPPER                                    *
  549. % *--------------------------------------------------------------------------*
  550. %
  551. % *-----------------------------------------*
  552. % * To save any remapped mail:              *
  553. % *-----------------------------------------*
  554. %
  555. % Save_Mapped_Mail
  556. %
  557. %
  558. % *-----------------------------------------*
  559. % * Remapping based on the msg 'To:' field. * Limit: 128
  560. % *-----------------------------------------*
  561. %
  562. % If a netmail message comes in that doesn't have a ^aTOPT or ^aFMPT embedded,
  563. % and you want it remapped, specify the following information here.
  564. %
  565. %
  566. %            Point #:    'To:' name:
  567. % ---------  --------    ------------------------
  568. % ReAddress     10       Greg Dawson
  569. % ReAddress     10       Greg
  570. % ReAddress      4       Tom Thumb
  571. %
  572. %
  573. %
  574. %
  575. %                   *** END OF CONFIGURATION FILE ***
  576.